home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / Technical.Notes / IIGS / TN.IIGS.008 < prev    next >
Encoding:
Text File  |  1988-12-16  |  1.6 KB  |  37 lines  |  [TEXT/pdos]

  1. Apple II
  2. Technical Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6.  
  7. Apple IIGS
  8. #8:    Elems Functions in IIGS SANE
  9.  
  10. Revised by:    Matt Deatherage                                  November 1988
  11. Written by:    Guillermo Ortiz                                  December 1986
  12.  
  13. This Technical Note discusses a problem which existed with the Elems functions 
  14. in the IIGS SANE Tool Set 1.0.  Current IIGS System Disks contain a patch 
  15. which corrects this problem.
  16. _____________________________________________________________________________
  17.  
  18. Calls to any of the Elems functions in version 1.0 of the IIGS SANE Tool Set 
  19. may return an invalid result unless you are evaluating data which resides in 
  20. bank $00 due to a problem with the Elems parameter passing mechanism.  These 
  21. results are random because when SANE checks the validity of its input, it uses 
  22. values that have no relations to the actual ones, and once it completes the 
  23. validation, it uses the real operands.
  24.  
  25. All System Disks released on or after December 1, 1986 include a RAM patch 
  26. which fixes the Elems parameter passing mechanism; therefore, you should not 
  27. have to write a special case to handle this problem if you are shipping your 
  28. application with the most recent Apple IIGS System Disk.  You should contact 
  29. Apple Software Licensing at Apple Computer, Inc.; 20525 Mariani Avenue, M/S 
  30. 38-I; Cupertino, CA 95014 or (408) 974-4667 to obtain the most recent version 
  31. of the Apple IIGS System Disk.
  32.  
  33.  
  34. Further Reference
  35. o    Apple Numerics Manual
  36.  
  37.